TwclIrDAServer.AddIasRecord(string,string,Byte[]) Method

The function adds the octet sequence value into the server's IAS database.

Namespace: wclIrDAServers
public
 function AddIasRecord(const ClassName: string; const AttribName: string;
 const Value: array of Byte): Integer; overload;

Parameters

ClassName
Type: string

The class name for an IAS object.

AttribName
Type: string

The attribute name for an IAS object.

Value
Type: array of Byte

The binary value (bytes array) to associate with the attribute.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.